@charset "utf-8";

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 常规样式设置 **/
a { background-color:transparent}
main { display: block;}
img { vertical-align: top;}
textarea{ resize: none;overflow: auto;}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
   font: 12px/1.5 "Microsoft YaHEI","Arial";
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var,i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: none; }


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { vertical-align: middle;font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
button, input {
    border:none;
    outline:none;
    /*清除移动端默认的表单样式*/
    -webkit-appearance:none;
}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 清除浮动 */
.clearFix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.clearFix {
    *zoom: 1;
}

:focus {
  	outline: none;
}

:link,
:visited {
  	text-decoration: none;
}

a:focus {
  	outline: thin dotted;
}

a:active,
a:hover {
  	outline: 0;
}

/* common css */
.pull-left {
  	float: left !important;
}
.pull-right {
  	float: right !important;
}
.show {
  	display: block !important;
}
.hide {
  	display: none !important;
}
.visible {
  	visibility: visible !important;
}
.invisible {
  	visibility: hidden !important;
}
.text-left {
  	text-align: left;
}
.text-center {
 	text-align: center;
}
.text-right {
  	text-align: right;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  	font-family: simsun, microsoft yahei, Helvetica, Arial, sans-serif;
  	font-weight: 500;
  	line-height: 1.2;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  	font-weight: normal;
  	line-height: 1;
  	color: #999;
}

h1, .h1 {
  	font-size: 36px;
}

h2, .h2 {
  	font-size: 30px;
}

h3, .h3 {
  	font-size: 24px;
}

h4, .h4 {
  	font-size: 18px;
}

h5, .h5 {
  	font-size: 14px;
}

h6, .h6 {
  	font-size: 12px;
}

.dv {
  	display: inline-block;
  	vertical-align: middle;

  	*display: inline;
  	*zoom: 1;
}
.di {
  	display: inline-block;

  	*display: inline;
  	*zoom: 1;
}
.cl {
  	overflow: hidden;
  	*zoom: 1;
}
.text-ellipsis {
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}
.btn {
  	display: inline-block;
  	cursor: pointer;
  	-webkit-user-select: none;
     	-moz-user-select: none;
      	-ms-user-select: none;
      	user-select: none;
  	text-align: center;
  	vertical-align: middle;
  	white-space: nowrap;

  	*display: inline;
  	*zoom: 1;
}
.btn:hover {
  	text-decoration: none;
}
.pos-rel {
  	position: relative;
}

.mt0 {
  	margin-top: 0 !important;
}
.mt5 {
  	margin-top: 5px !important;
}
.mt10 {
  	margin-top: 10px !important;
}
.mt20 {
  	margin-top: 20px !important;
}

.mr0 {
  	margin-right: 0 !important;
}
.mr5 {
  	margin-right: 5px !important;
}
.mr10 {
  	margin-right: 10px !important;
}
.mr20 {
 	margin-right: 20px !important;
}

.mb0 {
  	margin-bottom: 0 !important;
}
.mb5 {
  	margin-bottom: 5px !important;
}
.mb10 {
  	margin-bottom: 10px !important;
}
.mb20 {
 	margin-bottom: 20px !important;
}

.ml0 {
  	margin-left: 0 !important;
}
.ml5 {
  	margin-left: 5px !important;
}
.ml10 {
  	margin-left: 10px !important;
}
.ml20 {
  	margin-left: 20px !important;
}

.innerAll {
  	position: relative;
  	padding: 10px;
}	
.innerLR {
  	position: relative;
  	padding: 0 10px;
}
.innerT {
  	position: relative;
  	padding-top: 10px;
}
.innerR {
  	position: relative;
  	padding-right: 10px;
}
.innerB {
  	position: relative;
  	padding-bottom: 10px;
}
.innerL {
  	position: relative;
  	padding-left: 10px;
}

/** 移动端样式重置 **/
/*body {*/
    /*禁止页面文字选择,屏幕翻转时文字自动调整大小*/
    /*-webkit-user-select: none;*/
    /*-webkit-text-size-adjust: none;*/
    /*透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/
    /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*}*/
/*禁用长按页面时的弹出菜单(iOS下有效)*/
/*img,a { -webkit-touch-callout:none; }*/

body {
	min-width: 1300px;
}

/*提示框*/
.toast {
    position: fixed;
    z-index: 101;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
}
.toast-block {
	max-width: 80%;
	display: inline-block;
    line-height: 40px;
    position: relative;
    top: 40%;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    opacity: 0;
    background: #000;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
}
.toast span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}